SftTree/OCX 7.0

SftTree.EditIndex Property

Softel vdm, Inc.

Returns the index of the cell currently being edited.

Syntax       

 

Get

VB.NET

ItemIndex = object.EditIndex  As Integer

VB

ItemIndex = object.EditIndex  As Long

C#.NET

int ItemIndex = object.EditIndex;

VC++

long ItemIndex = object->EditIndex;
long ItemIndex = object->GetEditIndex();

C

HRESULT object->get_EditIndex(long* ItemIndex);

Delphi

ItemIndex := object.EditIndex   : Integer;

object

A SftTree object.

ItemIndex

Returns the index of the cell currently being edited. -1 is returned if cell editing is not active.

Comments

The EditIndex property returns the index of the cell currently being edited.

The EditColumn property can be used to retrieve the column of the cell currently being edited.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com